home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir26 / epimap1.zip / CDISK01.BAT < prev    next >
DOS Batch File  |  1994-06-08  |  548b  |  20 lines

  1. : 312832 314368 323584 339968 368640 
  2. :rem *DOS commands needed to create directories, change to directories,
  3. :rem ** and expand and copy the files in this group.  Uses parameter
  4. :rem ** *%1, source disk.
  5. if not exist %1command.com goto continue
  6. echo off
  7. echo  
  8. echo  If you need to switch disks in drive %1, please do so now.
  9. echo  
  10. pause
  11. echo on
  12. :continue
  13. copy install.exe  %1
  14. copy *.dat  %1
  15. copy econfig.sys %1
  16. if exist readme. copy readme. %1
  17. copy files01.exe  %1
  18. copy bgi01.exe %1
  19. copy disk01.bat  %1
  20. copy cdisk01.bat  %1